home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / gnome-vfs-2.0 / libgnomevfs / gnome-vfs.h < prev   
Encoding:
C/C++ Source or Header  |  2006-05-01  |  2.3 KB  |  58 lines

  1. /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
  2.  
  3. /* gnome-vfs.h - The GNOME Virtual File System.
  4.  
  5.    Copyright (C) 1999 Free Software Foundation
  6.  
  7.    The Gnome Library is free software; you can redistribute it and/or
  8.    modify it under the terms of the GNU Library General Public License as
  9.    published by the Free Software Foundation; either version 2 of the
  10.    License, or (at your option) any later version.
  11.  
  12.    The Gnome Library is distributed in the hope that it will be useful,
  13.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.     See the GNU
  15.    Library General Public License for more details.
  16.  
  17.    You should have received a copy of the GNU Library General Public
  18.    License along with the Gnome Library; see the file COPYING.LIB.  If not,
  19.    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.    Boston, MA 02111-1307, USA.
  21.  
  22.    Author: Ettore Perazzoli <ettore@comm2000.it>
  23. */
  24.  
  25. #ifndef GNOME_VFS_H
  26. #define GNOME_VFS_H
  27.  
  28. #include <libgnomevfs/gnome-vfs-address.h>
  29. #include <libgnomevfs/gnome-vfs-async-ops.h>
  30. #include <libgnomevfs/gnome-vfs-cancellation.h>
  31. #include <libgnomevfs/gnome-vfs-context.h>
  32. #include <libgnomevfs/gnome-vfs-directory.h>
  33. #include <libgnomevfs/gnome-vfs-dns-sd.h>
  34. #include <libgnomevfs/gnome-vfs-drive.h>
  35. #include <libgnomevfs/gnome-vfs-file-info.h>
  36. #include <libgnomevfs/gnome-vfs-file-size.h>
  37. #include <libgnomevfs/gnome-vfs-find-directory.h>
  38. #include <libgnomevfs/gnome-vfs-handle.h>
  39. #include <libgnomevfs/gnome-vfs-init.h>
  40. #include <libgnomevfs/gnome-vfs-job-limit.h>
  41. #include <libgnomevfs/gnome-vfs-mime-info-cache.h>
  42. #include <libgnomevfs/gnome-vfs-mime-monitor.h>
  43. #include <libgnomevfs/gnome-vfs-mime-utils.h>
  44. #include <libgnomevfs/gnome-vfs-module-callback.h>
  45. #include <libgnomevfs/gnome-vfs-monitor.h>
  46. #include <libgnomevfs/gnome-vfs-ops.h>
  47. #include <libgnomevfs/gnome-vfs-resolve.h>
  48. #include <libgnomevfs/gnome-vfs-result.h>
  49. #include <libgnomevfs/gnome-vfs-uri.h>
  50. #include <libgnomevfs/gnome-vfs-utils.h>
  51. #include <libgnomevfs/gnome-vfs-volume.h>
  52. #include <libgnomevfs/gnome-vfs-volume-monitor.h>
  53. #include <libgnomevfs/gnome-vfs-xfer.h>
  54. #include <libgnomevfs/gnome-vfs-enum-types.h>
  55. #include <libgnomevfs/gnome-vfs-standard-callbacks.h>
  56.  
  57. #endif /* GNOME_VFS_H */
  58.